home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / xcmd / xfcnmscl.sit / XFCN miscellany / card_3699.txt < prev    next >
Text File  |  1987-11-22  |  2KB  |  52 lines

  1. -- card: 3699 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2690
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=14 top=86 right=313 bottom=494
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 10
  17. -- style flags: 0
  18. -- line height: 13
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=141 top=57 right=75 bottom=361
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 3
  30. -- text size: 12
  31. -- style flags: 8448
  32. -- line height: 16
  33. -- part name: 
  34.  
  35.  
  36. -- part contents for card part 2
  37. ----- text -----
  38. File Management Commands (cont.)
  39.  
  40. -- part contents for card part 1
  41. ----- text -----
  42.     ΓÇó  FileModDate("PathName",needCreation). If needCreation is TRUE, this returns the file's 
  43.         creation date, otherwise the modification date. This is returned in ticks format so that
  44.         the convert function can be used with it. An empty string is returned on error. This function
  45.         is also useful as a ΓÇ£File existsΓÇ¥ utility.
  46.  
  47.     ΓÇó  DeleteFile("PathName"). This deletes a file. Values returned have the same meaning as in
  48.         the RenameFile XFCN. Take care ΓÇö this isnΓÇÖt an undo-able copy to the Trash!
  49.  
  50. Note that full pathnames are needed where specified. These XFCNs pay no attention to the ΓÇ£Look for documents in:ΓÇ¥ card in the Home stack. Any pathname that doesnΓÇÖt have at least one colon in it is treated as an error.
  51.  
  52.